home *** CD-ROM | disk | FTP | other *** search
- /*
- TestTest.c
-
- Add this file to the Dragonsmith.debug.π project to test the Dragon class (which can't be done
- in the dragon projects because they use Dragonsmith.π and Dragonsmith.debug.π as libraries, hence
- the source files Dragon.c etc. aren't available for debugging)
- */
-
- #include "Dragon.h"
-
- Dragon *CreateGDragon (void)
- {
- return new Dragon;
- }
-